bitkeeper revision 1.1159.1.428 (419a4e23aURf9dK_BkNINC85DT2RDw)
authorcl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>
Tue, 16 Nov 2004 18:59:47 +0000 (18:59 +0000)
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>
Tue, 16 Nov 2004 18:59:47 +0000 (18:59 +0000)
Remove debug printks.

linux-2.6.9-xen-sparse/arch/xen/i386/kernel/smp.c

index f5c5fd814494743ddf20e6fcbf2582dd183f3dce..9fabbfe04336fb5f488f24b0f9603e9509bec4fb 100644 (file)
@@ -307,7 +307,6 @@ irqreturn_t smp_invalidate_interrupt(int irq, void *dev_id,
                } else
                        leave_mm(cpu);
        }
-       xxprint("smp_invalidate_interrupt\n");
        smp_mb__before_clear_bit();
        cpu_clear(cpu, flush_cpumask);
        smp_mb__after_clear_bit();
@@ -362,7 +361,6 @@ static void flush_tlb_others(cpumask_t cpumask, struct mm_struct *mm,
         */
        send_IPI_mask(cpumask, INVALIDATE_TLB_VECTOR);
 
-       xxprint("flush_tlb_others lockup");
        while (!cpus_empty(flush_cpumask))
                /* nothing. lockup detection does not belong here */
                mb();